home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / mcmars.dxr / 00110_Script_GETOBJECT < prev    next >
Text File  |  1998-10-29  |  384b  |  13 lines

  1. on mouseDown
  2.   global shippiece
  3.   global objects
  4.   if objects = 4 then
  5.     set the member of sprite 14 = "blank"
  6.     if shippiece = 0 then set shippiece = 1
  7.     if shippiece = 2 then set shippiece = 4
  8.     if shippiece = 3 then set shippiece = 5
  9.     if shippiece = 6 then set shippiece = 7
  10.     set the member of sprite 53 = "ssp1"
  11.     puppetSound 1, "CONGRATS"
  12.   end if
  13. end